map the new GtkSettings properties "timeout-initial", "timeout-repeat",
authorMichael Natterer <mitch@imendio.com>
Mon, 5 Dec 2005 21:06:57 +0000 (21:06 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Mon, 5 Dec 2005 21:06:57 +0000 (21:06 +0000)
2005-12-05  Michael Natterer  <mitch@imendio.com>

* gdk/x11/gdkevents-x11.c: map the new GtkSettings properties
"timeout-initial", "timeout-repeat", "color-scheme" and
"enable-enimations" to X settings.

ChangeLog
ChangeLog.pre-2-10
gdk/x11/gdkevents-x11.c

index 727b97919a14dfba4adce86b1149e6a2bea15ba0..d1f3217f01ffd75d6241952991a624ddd57ad658 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-12-05  Michael Natterer  <mitch@imendio.com>
+
+       * gdk/x11/gdkevents-x11.c: map the new GtkSettings properties
+       "timeout-initial", "timeout-repeat", "color-scheme" and
+       "enable-enimations" to X settings.
+
 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
 
        * gdk/gdkevents.c: 
index 727b97919a14dfba4adce86b1149e6a2bea15ba0..d1f3217f01ffd75d6241952991a624ddd57ad658 100644 (file)
@@ -1,3 +1,9 @@
+2005-12-05  Michael Natterer  <mitch@imendio.com>
+
+       * gdk/x11/gdkevents-x11.c: map the new GtkSettings properties
+       "timeout-initial", "timeout-repeat", "color-scheme" and
+       "enable-enimations" to X settings.
+
 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
 
        * gdk/gdkevents.c: 
index 42da31f6d72bc13994ce4d127cc52c1a78e1b57b..495e35939fac535292714f0e63735b394a3777da 100644 (file)
@@ -2824,6 +2824,10 @@ static const struct
   { "Gtk/CursorThemeSize", "gtk-cursor-theme-size" },
   { "Gtk/ShowInputMethodMenu", "gtk-show-input-method-menu" },
   { "Gtk/ShowUnicodeMenu", "gtk-show-unicode-menu" },
+  { "Gtk/TimeoutInitial", "gtk-timeout-initial" },
+  { "Gtk/TimeoutRepeat", "gtk-timeout-repeat" },
+  { "Gtk/ColorScheme", "gtk-color-scheme" },
+  { "Gtk/EnableAnimations", "gtk-enable-animations" },
   { "Xft/Antialias", "gtk-xft-antialias" },
   { "Xft/Hinting", "gtk-xft-hinting" },
   { "Xft/HintStyle", "gtk-xft-hintstyle" },